home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / trace.h.z / trace.h
C/C++ Source or Header  |  1992-04-03  |  466b  |  21 lines

  1. /*    Copyright (c) 1984 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*#ident    "@(#)kern-port:sys/trace.h    10.1"*/
  9. #ident    "$Revision: 3.4 $"
  10. /*
  11.  * Per trace structure
  12.  */
  13. struct trace {
  14.     struct     clist tr_outq;
  15.     short    tr_state;
  16.     short    tr_chbits;
  17.     short    tr_rcnt;
  18.     unsigned char    tr_chno;
  19.     char    tr_ct;
  20. };
  21.